-
Notifications
You must be signed in to change notification settings - Fork 3k
Upgrade from Hibernate ORM 7.1.6.Final to 7.1.8.Final #51055
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
/cc @gsmet (hibernate-orm) |
Status for workflow
|
| Status | Name | Step | Failures | Logs | Raw logs | Build scan |
|---|---|---|---|---|---|---|
| ❌ | Native Tests - Data5 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | Native Tests - Data7 | Build |
Failures | Logs | Raw logs | 🔍 |
| ❌ | Native Tests - Security3 | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ Native Tests - Data5 #
- Failing: integration-tests/hibernate-reactive-postgresql integration-tests/jpa-postgresql
📦 integration-tests/hibernate-reactive-postgresql
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-postgresql: Failed to build quarkus application
📦 integration-tests/jpa-postgresql
❌ io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.json - History - More details - Source on GitHub
java.lang.AssertionError:
1 expectation failed.
Response body doesn't match expectation.
Expected: is "OK"
Actual: {"details":"Error id 474e21b4-610f-4f9d-9ea6-9558a4fcfe22-1","stack":""}
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
⚙️ Native Tests - Data7 #
- Failing: integration-tests/hibernate-reactive-db2 integration-tests/hibernate-reactive-mariadb integration-tests/hibernate-reactive-mssql and 5 more
📦 integration-tests/hibernate-reactive-db2
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-db2: Failed to build quarkus application
📦 integration-tests/hibernate-reactive-mariadb
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mariadb: Failed to build quarkus application
📦 integration-tests/hibernate-reactive-mssql
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mssql: Failed to build quarkus application
📦 integration-tests/hibernate-reactive-mysql
❌ Failed to execute goal io.fabric8:docker-maven-plugin:0.47.0:start (docker-start) on project quarkus-integration-test-hibernate-reactive-mysql: I/O Error
📦 integration-tests/hibernate-reactive-mysql-agroal-flyway
❌ Failed to execute goal io.fabric8:docker-maven-plugin:0.47.0:start (docker-start) on project quarkus-integration-test-hibernate-reactive-mysql-agroal-flyway: I/O Error
📦 integration-tests/hibernate-reactive-panache
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-panache: Failed to build quarkus application
📦 integration-tests/hibernate-reactive-panache-kotlin
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-panache-kotlin: Failed to build quarkus application
📦 integration-tests/reactive-db2-client
❌ Failed to execute goal io.fabric8:docker-maven-plugin:0.47.0:start (docker-start) on project quarkus-integration-test-reactive-db2-client: I/O Error
⚙️ Native Tests - Security3 #
- Failing: integration-tests/security-webauthn
📦 integration-tests/security-webauthn
❌ Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-security-webauthn: Failed to build quarkus application
Flaky tests - Develocity
⚙️ MicroProfile TCKs Tests
📦 tcks/microprofile-lra
❌ org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History
Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1>-java.lang.AssertionError
java.lang.AssertionError:
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
but: <0> was less than <1>
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
Looks like at least some of the failures are caused by hibernate/hibernate-orm@a04f801, which removes a ( @DavideD @dreab8 I assume a Hibernate Reactive 3.1.x release is in the plans to address these changes? |
|
I will check |
|
Thank you! I'll wait for the release then :) |
Changes:
https://hibernate.atlassian.net/issues?jql=project%20%3D%20HHH%20AND%20fixVersion%20in%20(7.1.7%2C%207.1.8)%20ORDER%20BY%20updated
Supersedes #51018.
Does not fix any issue reported in Quarkus AFAICT.